net.conf.netGo (field)

4 uses

	net (current package)
		conf.go#L23: 	netGo  bool // go DNS resolution forced
		conf.go#L50: 	confVal.netGo = netGo || dnsMode == "go"
		conf.go#L56: 			case confVal.netGo:
		conf.go#L131: 	if c.netGo || r.preferGo() {